home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / file_mgt / ffg / demo_bat / winhelp.bat < prev    next >
Encoding:
DOS Batch File  |  1995-04-01  |  445 b   |  15 lines

  1. @echo off
  2. echo Here is a listing of Windows Help Files.  It uses text searching to
  3. echo ensure non-windows help files are excluded.
  4. call presskey
  5. ::
  6. :: Does a case-sensitive search of the first 3 bytes of .HLP files for "=?_=3":
  7. ::
  8. echo.
  9. echo Note the /$ (text search) option:
  10. echo   =#3    means search the first 3 bytes of the file.
  11. echo   ?_=3   is the signature FFG is looking for there.
  12. echo.
  13. echo on
  14. ffg /p *:*.hlp /$=#3?_=3
  15.